home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n12
/
batch2.exe
/
JUSTYES.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-10-12
|
191 b
|
11 lines
@ECHO OFF
REM This is JUSTYES.BAT
ECHO Do you want to do this (Y/N)?
KEY
IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YES
ECHO You didn't say YES
GOTO END
:YES
ECHO You said YES
:END